home *** CD-ROM | disk | FTP | other *** search
/ Inside the White House / Inside the White House.iso / secret.dir / 00158.ls < prev    next >
Encoding:
Text File  |  1995-07-11  |  297 b   |  12 lines

  1. on startMovie
  2.   global gSPicSprite, gSPicStart, gSPicEnd, gSTextSprite, myWindow, myWindowRect
  3.   if soundBusy(2) = 1 then
  4.     sound playFile 2, "secserv.wav"
  5.   end if
  6.   set gSPicSprite to 29
  7.   set gSPicStart to 518
  8.   set gSPicEnd to 536
  9.   set gSTextSprite to 3
  10.   puppetSprite(gSTextSprite, 1)
  11. end
  12.